const bufio.maxConsecutiveEmptyReads
6 uses
bufio (current package)
bufio.go#L42: const maxConsecutiveEmptyReads = 100
bufio.go#L112: for i := maxConsecutiveEmptyReads; i > 0; i-- {
bufio.go#L803: for nr < maxConsecutiveEmptyReads {
bufio.go#L810: if nr == maxConsecutiveEmptyReads {
scan.go#L166: if s.empties > maxConsecutiveEmptyReads {
scan.go#L229: if loop > maxConsecutiveEmptyReads {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |